API参考

增加档案分类

基本信息

Path: http://www.jzhangfang.com/api/service?cmd=CreateErpUserDefinedClass

Method: POST

描述: 增加档案分类

请求参数

{
  "token":"20CAAD53FFBB64E7E0D9A34430316228A93D8880CDA6B8B4BC4A886DA……",
  "AccountID": "0b8ca42f-2ea7-4c88-86a4-f7b559434354",
  "tbcode": "档案表编码",
  "parent_code":"上级编码",
  "code":"分类编码"
  "name":"分类名称"
}

请求参数说明

字段 是否必须 描述
token 登录令牌
AccountID 账套id
tbcode 档案表编码
parent_id 上级分类id
code 分类编码
name 分类名称

返回参数

{
  "Status":"1",
  "Msg":"",
  "Ret":{"id":"30bc2693-0998-ea5a-aa0a-14a61fba40b0"}   
}

返回参数说明

参数名称 类型 描述
Ret JSON 结果
-- id String 刚新增的分类id
Status String 状态: 1-成功,0-失败,2-token失效
Msg String 消息提示语